home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 10 / AACD 10.iso / AACD / Magazine / Morphos / GCC / lib / gcc-lib / ppc-amigaos / 2.95.1 / sys-include / powerup / ppcdisslib / ppcdiss.h
C/C++ Source or Header  |  2000-03-13  |  525b  |  19 lines

  1. #ifndef POWERUP_PPCDISSLIB_PPCDISS_H
  2. #define POWERUP_PPCDISSLIB_PPCDISS_H
  3.  
  4.  
  5. #define DISASS_BUFFER        0x84000000
  6. #define DISASS_DEFINEPC        0x84000001
  7. #define DISASS_NOADRINC        0x84000002
  8. #define DISASS_RELADDR        0x84000003
  9. #define DISASS_SHOWDATA        0x84000004
  10. #define DISASS_PRESCANSIZE    0x84000005
  11. #define DISASS_USEDC68KDESC    0x84000006
  12. #define DISASS_ADDRESSHOOK    0x84000007
  13. #define DISASS_SYMBOLHOOK    0x84000008
  14. #define DISASS_RELOCHOOK    0x84000009
  15. #define DISASS_SHOWADDRESS    0x8400000a
  16. #define DISASS_GETDATAHOOK    0x8400000b
  17.  
  18. #endif
  19.